Class PhpMemoryArray

Summary

Fully Qualified Name: Laminas\I18n\Translator\Loader\PhpMemoryArray
Implements: RemoteLoaderInterface

Description

PHP Memory array loader.

Methods

Name Description Defined By
__construct() PhpMemoryArray
load() Load translations from a remote source. PhpMemoryArray

Method Details

__construct()

Parameter Name Type Description
$messages

Returns: void

load()

Load translations from a remote source.

Parameter Name Type Description
$locale string
$textDomain string

Returns: \TextDomain

Top